From 5d257a99b7a67ffb61b315480182593f48ceee5f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 23 Jan 2022 01:25:55 +0000 Subject: [PATCH] Fix documentation formatting error * doc/lispref/streams.texi (Input Functions): Remove extraneous @end defun. --- doc/lispref/streams.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 70652a2c2bd..8f8562cadc8 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -326,7 +326,6 @@ For example: @end group @end example @end defun -@end defun @defun read-positioning-symbols &optional stream This function reads one textual expression from @var{stream}, like -- 2.30.2